home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion 2 / Software Explosion 2 - Virtual Computer Pets (1997).iso / winspec / docs / devnotes.txt < prev    next >
Text File  |  1996-10-04  |  1KB  |  26 lines

  1.  
  2. Bristol, 14th-29th May 1996
  3.  
  4. From what I understood, I would be in a breach of copyrigth if I had
  5. included more bits of WinG into the stuff you got. So if you want to recompile
  6. the application you must get it. You can find it at
  7. ftp.microsoft.com/Softlib/MSLFILES/MSWING10.EXE.
  8.  
  9. The application was compiled usind the MEDIUM memory model, under 16 
  10. bits. It got a little of support for 32 bits, and it should be
  11. no major task porting it to 32 bits. 
  12.  
  13. First install the WING package and copy the WING.H file to the 
  14. emulator source directory. Create a project, ide or whatever your compiler 
  15. calls it and include there all c files you found in the directory of this 
  16. file, Z80 directory and SND directory. Include also WSpecem.rc, Wspecem.def 
  17. and Wing.LIB. The WinG.lib file that comes with WinG compiled straigthfoward 
  18. under BC++ 4.52. If that is not your case, you can alway create a Wing.LIB 
  19. file with the IMPLIB util. Just run IMPLIB WING.DLL and it will create your 
  20. WING.LIB file.
  21.  
  22. Hope you appreciate my piece of work.
  23.  
  24. Regards,
  25. Rui
  26.